home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
mxcode
/
ariawave
/
wave.h
< prev
Wrap
C/C++ Source or Header
|
1994-11-06
|
170b
|
11 lines
/* WAVE.H v0.01 */
#ifndef _WAVE_H_
#define _WAVE_H_
extern volatile unsigned int aria_samplesize;
unsigned short *get_wav_data(unsigned *format, char *Name);
#endif